home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / xyaht.lha / xyaht / XYaht.doc < prev    next >
Text File  |  1995-07-28  |  2KB  |  73 lines

  1.  
  2.               :::    :::  :::   :::    :::      :::    ::: :::::::::::
  3.              :+:    :+:  :+:   :+:  :+: :+:    :+:    :+:     :+:
  4.              +:+  +:+    +:+ +:+  +:+   +:+   +:+    +:+     +:+
  5.              +#++:+      +#++:  +#++:++#++:  +#++:++#++     +#+
  6.            +#+  +#+      +#+   +#+     +#+  +#+    +#+     +#+
  7.          #+#    #+#     #+#   #+#     #+#  #+#    #+#     #+#
  8.         ###    ###     ###   ###     ###  ###    ###     ###   v1.0x   
  9.  
  10.                   An Online Door for Xenolink BBS Systems.
  11.  
  12.                             Coded by Robert Dale
  13.  
  14.  
  15.  
  16.  
  17.                                 What is it?
  18.                                 ===========
  19.  
  20. Have you ever played Yahtzee? If so, this is the Xenolink online version.
  21.  
  22. If you haven't, instructions are an option from the main menu, but, simply
  23. put, it's a damned addictive dice game where you throw and hold 5 dice and
  24. try to match the scores against a set scorecard. Try it and see!
  25.  
  26.  
  27.                                 Installation
  28.                                 ============
  29.  
  30. Simply Unarchive the executable to Doors:XYaht/ - The path is hardcoded for
  31. the scores data file only, so if you don't like this, and feel adventurous,
  32. you can always hack the executable. Alternatively I would have to hard-code
  33. a path to a config file, so it's six of one and half a dozen of another...
  34.  
  35. Add the following to your Doors sourcefile and re-compile it.
  36.  
  37. CMD = "<Key required>"
  38.     {
  39.       XenolinkDoor "Doors:XYaht/XYaht"
  40.     }
  41.  
  42. NB: I've read reports that some systems require the Callback data tilde ~20
  43. before some of their doors work (ie Doors:XYaht/XYaht ~20) but this seems
  44. to work fine here without.
  45.  
  46.  
  47.                                  Miscellanea
  48.                                  ===========
  49.  
  50. The XYaht.scores is a plain textfile, so you can easily cheat ;).
  51.  
  52. This is my first online game door in C, and it's taken me just under a week
  53. from scratch, including learning most of the coding from scratch.
  54.  
  55. I've got the bug now, so if anyone has any ideas for games they'd like to
  56. share, throw them this way and I'll take a look. Asci, ANSI and RIP artists
  57. also required!!
  58.  
  59. Tested - A3000 with Xeno 1.96beta only, although it should work fine on any
  60. system from A500 Z3a upwards.
  61.  
  62. Please report any bugs (Nah, surely not!?) to me, Robert Dale via any of the
  63. following mediums (in order of preference!)...
  64.  
  65. XENOLINK_UTILS
  66. e-mail robdale@darkside.demon.co.uk
  67. Fidonet 2:254/524.0 or 2:254/525.0
  68.  
  69. Cheers,
  70. Robert Dale
  71. 28.07.1995
  72.  
  73.